home *** CD-ROM | disk | FTP | other *** search
- object ScoreForm: TScoreForm
- Left = 270
- Top = 228
- BorderStyle = bsDialog
- Caption = 'Scores'
- ClientHeight = 193
- ClientWidth = 405
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 405
- 193)
- PixelsPerInch = 96
- TextHeight = 13
- object StatsList: TListView
- Left = 10
- Top = 8
- Width = 383
- Height = 145
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- AutoSize = True
- Caption = 'Name'
- end
- item
- Caption = 'Wins'
- end
- item
- Caption = 'Losses'
- end
- item
- Caption = 'Draws'
- end
- item
- Caption = 'Ratio'
- end>
- GridLines = True
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnKeyDown = StatsListKeyDown
- end
- object DoneBtn: TButton
- Left = 320
- Top = 160
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Done'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object ClearBtn: TButton
- Left = 240
- Top = 160
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Clear'
- TabOrder = 1
- OnClick = ClearBtnClick
- end
- end
-